Listings
Bulk Create/Update Listings
Create or update up to 100 listings in a single request
POST
Bulk Create/Update Listings
Upsert up to 100 listings in a single request. Each item is processed independently, allowing partial success.Requires the
write:listings scope. Contact support to enable write access.Request Body
The request body can be either:- An array of listing objects
- An object with an
itemsproperty containing the array
externalReference (or the accepted alias external_reference) plus all required listing fields.
All JSON field names, including Car-Pass/carpass aliases like
carPassNumber, are listed in the single upsert field reference.Array of listing objects (max 100 items)
Response
Number of successfully processed items
Number of failed items
Array of successful results
Array of failed items with error details
Error Responses
| Status | Code | Description |
|---|---|---|
| 400 | EMPTY_PAYLOAD | No items provided |
| 400 | TOO_MANY_ITEMS | More than 100 items |
| 400 | INVALID_JSON | Invalid JSON body |