Update Order Item Legacy Custom Data
Update custom data of the order item
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
orderId
| integer |
orderItemId
| integer |
Query Parameters
Parameter | Details |
---|---|
with | Array of strings Example: ?with=legacyCustomData string Enum: legacyCustomData |
Request body
requiredParameter | Details |
---|---|
-
| object |
Responses
200
Order item custom data was successfully updated.
application/json
Success
id
integer
availableQuantity
integer
currency
string
object
legacyCustomData
null
packageIdrequired
integer
required
object
object
required
object
object
key
string
reservationKey
string
statusrequired
string
required
object
warehouseId
integer
object
campaignKey
string
object
createdAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
updatedAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PUT
Request samples
Response samples
200OrderItem:
Content type: application/json