post https://open.shopline.io/v1/orders//split
To split an order with open API
透過 open API 進行拆單
Log in to see full request history
Responses
To split an order with open API
透過 open API 進行拆單
xxxxxxxxxx
10curl --request POST \
--url https://open.shopline.io/v1/orders/id/split \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"send_child_email": true,
"send_parent_email": false
}
'
Try It!
to start a request and see the response here! Or choose an example: