Supplier Properties

🔒

Requires product access scope.


Supplier Properties

FieldsTypeDesc
idstringSupplier's ID
titlestringSupplier's name, must be unique within the store.
urlstring
created_atstringCreation time, formatted as ISO-8601
updated_atstringLast modification time, formatted as ISO-8601

Example

{
    "id": "382453603865993516",
    "title": "example supplier",
    "url": "https://shoplazza.com",
    "created_at": "2024-05-21T08:54:05Z",
    "updated_at": "2024-05-21T08:54:05Z"
}