BaseProduct
This identifier is a lexographically ordered string used to identify the revision from client's side and used to track changes and avoid unintentional data overwriting such as repeated identical requests.
1729684717164
Force update defines whether the data should be updated even in case the last update source happened by user action in Inspectorio Platform
Possible values: [apparel
]
apparel
Unique Custom identifier for products in your system
The type of entity to be updated, unique with the provided custom identifier
Possible values: [product
, item
, material
, category
]
Name of the product
Description of the product
Status of the product
Possible values: [active
, inactive
]
domain_attributes object
Domain attributes for products natively supported by our Platform
additional_attributes object
Additional attributes for products which are not natively supported by our Platform which are configurable by the client
contributions object[]
This will be pre-defined by Inspectorio in the 1st phase. "manufacturer" role will only have "read" permission to access the items' attributes / properties.
Possible values: [provider
, manufacturer
]
Local Organization ID or BP ID / Vendor ID of the item's provider (Vendor/Supplier)
S208
(Optional) The item ID from Vendor/Supplier's internal system if available (e.g. vendor/supplier article number)
{
"domain": "apparel",
"custom_id": "string",
"entity_type": "product",
"name": "string",
"description": "string",
"status": "active",
"domain_attributes": {
"color": "Blue",
"size": "XL",
"origin_country": [
"US",
"CN"
]
},
"additional_attributes": {
"business_unit": "US"
},
"contributions": [
{
"role": "provider",
"org_custom_id": "S208",
"product_custom_id": "string"
}
],
"custom_revision": 1729684717164,
"force_update": true
}