schemas-Item
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.
Possible values: <= 255 characters
1729684717164Force 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]
apparelUnique Custom identifier for products in your system
Possible values: <= 128 characters
The type of entity to be updated, unique with the provided custom identifier
Possible values: [item]
Name of the product
Possible values: <= 255 characters
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)
Possible values: <= 128 characters
S208(Optional) The item ID from Vendor/Supplier's internal system if available (e.g. vendor/supplier article number)
Possible values: <= 128 characters
The unique custom identifier of the parent product in your system
Possible values: <= 128 characters
categories object[]
The lowest level reference to the hierarchies used to categorize the product. Only one value accepted per taxonomy (taxonomy_category_id)
Custom Identifier of the Hierarchy for which you want to set a category
Possible values: [product, merchandise, brand]
Custom Identifier of the Category within the Hierarchy
540.120884014{
"custom_revision": 1729684717164,
"force_update": true,
"domain": "apparel",
"custom_id": "string",
"entity_type": "item",
"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"
}
],
"parent_custom_id": "string",
"categories": [
{
"taxonomy_custom_id": "product",
"custom_id": 540.120884014
}
]
}