PostOrdersIdTransferRequest
Initiate transfer of an existing order to the logged-in customer's account. Confirm the transfer using the Accept Order Transfer API route for completion.
Instructions
Request an order to be transfered to the logged-in customer's account. The transfer is confirmed using the Accept Order Transfer API route.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | ||
id | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fields": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
}