ops
ingestByProductIDs Trade in
Ingest by product IDs from a CSV file
post/ops/trade-ins/ingest-by-product-ids
Request body
Example request
{
"csv_import": "abc123",
"provider_id": "abc123"
}Response
OK response.
Example response
{
"failed_count": 1,
"failed_items": [
{
"line_number": 1,
"reason": "abc123"
}
],
"skipped_count": 1,
"skipped_items": [
{
"line_number": 1,
"reason": "abc123"
}
],
"succeeded_count": 1,
"total_count": 1
}