ItemContribution
role ContributionRole (string)required
This will be pre-defined by Inspectorio in the 1st phase. "provider" role will only have "read" permission to access the items' attributes / properties.
Possible values: [producer
, manufacturer
]
org_custom_id CustomId (string)required
Local Organization ID or BP ID / Vendor ID of the item's provider (Vendor/Supplier)
Example:
S208
product_custom_id CustomId (string)
(Optional) The item ID from Vendor/Supplier's internal system if available (e.g. vendor/supplier article number)
ItemContribution
{
"role": "producer",
"org_custom_id": "S208",
"product_custom_id": "string"
}