Order items
Update tracking
Authorization
bearer AuthorizationBearer <token>
userToken(계정 스코프) 또는 storeToken(스토어 스코프)
In: header
Path Parameters
orderItemId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
carrierCode*string
Length
1 <= lengthtrackingNumber*string
Length
1 <= lengthResponse Body
application/json
curl -X PUT "https://example.com/v1/order-items/string/dispatch/tracking" \ -H "Content-Type: application/json" \ -d '{ "carrierCode": "string", "trackingNumber": "string" }'{ "meta": { "status": 0, "code": "OK", "message": "string", "isSuccess": true }, "data": { "orderItemId": "string", "carrierCode": "string", "trackingNumber": "string" }, "error": null}