Scrap Prices
Overview
Authentication
{
"LicenseKey": "your-license-key",
"UID": "your-uid"
}Endpoints
1. Queue a Scrap Prices Request
{
"Authorization": {
"LicenseKey": "your-license-key",
"UID": "your-uid"
},
"Data": {
"Sku": "product-sku",
"SellingSites": [
{
// Selling site details
}
]
}
}2. Check Request Status
Request Lifecycle
Status Codes
Error Handling
Last updated
Was this helpful?