Order update
Notify Raylo for an update to the order
GraphQL query
mutation($merchantId: ID!, $payload: String!) {
updateMerchantOrder(merchantId: $merchantId, payload: $payload) {
success
errors {
code
field
message
}
}
}JWT structure
Field details
Field
Type
Description
Data type
Field
Type
Description
Fulfillment type
Field
Type
Description
Item type
Field
Type
Description
Variant type
Field
Type
Description
Asset details type
Field
Type
Description
Last updated
Was this helpful?