Request Order Transfer
POST
/store/orders/{id}/transfer/request
Orders
Request Request Example
JavaScript
Shell
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/store/orders//transfer/request' \
--header 'x-publishable-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string"
}'
Response Response Example
200 - Example 1
Request
Path Params
id
string
required
Query Params
fields
string
fields
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.without prefix it will replace the entire default fields.
Header Params
x-publishable-api-key
string
required
Body Params application/json
Responses
Modified at 2025-06-17 04:21:30