Stocked SKU Inventory
curl –location ‘https://api.doitbestdataxchange.com/InventoryBySKU/inventory?SKU=261105’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’ \
–header ‘memberNumber: 3848’
Stocked SKU Inventory by Date
curl –location ‘https://api.doitbestdataxchange.com/InventoryBySKU/inventorychanges?changesSince=2023-08-24%2001%3A01%3A45.678’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’
Item Core Updates:
curl –location ‘https://api.doitbestdataxchange.com/iteminformation/itemcore/itemcorechanges?changesSince=2023-09-11%2004%3A01%3A45.678&memberNumber=3848&sku=395034’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’
Item Attribute (Delta):
curl –location ‘https://api.doitbestdataxchange.com/itemattribute/itemattributechanges?changesSince=2023-08-23%2004%3A01%3A45.678&memberNumber=3848’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’
Item Cost Updates
curl –location ‘https://api.doitbestdataxchange.com/cost/itemcostchanges?memberNumber=3848&changesSince=2023-09-12%2004%3A01%3A45.678’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’
Stock Asset Deltas
curl –location ‘https://api.doitbestdataxchange.com/Digital-Assets-Deltas/SkuDeltas/2023-08-23 04:01:45.678’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’
Stock Asset Lookup
curl –location ‘https://api.doitbestdataxchange.com/Digital-Assets-Deltas/SkuImages/100001’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’
Item Attribute (Real Time)
curl –location ‘https://api.doitbestdataxchange.com/itemattribute/itemattributes?SKU=261105&memberNumber=3848’ \
–header ‘Ocp-Apim-Subscription-Key: {subscription key}’