Skip to main content
POST
UpdateOrderProducts

Error Codes

When providing an invalid or non-existent value, the Global-e returns an “ErrorInfo” with an appropriate error message.

Body

application/json

The order information and list of products that require updating

MetaDataUpdateType
string

The type of metadata update. Must be set to Merge.

OrderId
string

Global-e unique identifier or Merchant unique identifier of the order that requires updating.

Products
object[]

The list of products that require updating.

Response

200 - application/json

Indicates the results of the API call.

Indicates the results of the API call.

Success
boolean

Indicates if the call was successful. Success property value may be only TRUE. Otherwise, ErrorInfo will be returned instead.TRUE - Call was successfulFALSE - Call failedFor more information see ErrorInfo.

Reason
string

Text that optionally describes the reason for Success status.