The PartnerSkuMap JSON object allows a supplier to map retailer-specific sku to a specific supplier item.
- isodate fields use one of these ISO 8601 formats: 2014-01-01T10:30:00.000+01:00, 2014-01-01T10:30:00.000+0100, 2014-01-01T10:30:00.000Z
- Dsco reserves the right to add new attributes at any time so Partners should ensure their validators won't break should this happen
Attributes
Name | Req | Type | Description |
---|---|---|---|
partnerSku | ✓ |
string | The retailer-specific sku that needs to be mapped to the retailer who wants this sku |
dscoRetailerId |
A | int | Designate which retailer to use this sku for by either specifying this value, Dsco's unique account ID for the retailer, or dscoTradingPartnerId; one of the A attributes must be present |
dscoTradingPartnerId |
A | string | Designate which retailer to use this sku for by either specifying this value, the partner's unique ID for the retailer, or dscoRetailerId; one of the A attributes must be present |
Example
{ "partnerSku": "aaabbbccc", "dscoRetailerId": 234242424242, "dscoTradingPartnerId": "Acme Retailer" }
Comments
Please sign in to leave a comment.