curl --request PUT \
--url https://api.skulabs.com/order/modify_status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"store_id": "<string>",
"order_number": "<string>",
"status": "<string>",
"refresh_cache": "<string>",
"status_date": "<string>",
"force": "<string>",
"order": "<string>"
}
'{}/order/modify_status
curl --request PUT \
--url https://api.skulabs.com/order/modify_status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"store_id": "<string>",
"order_number": "<string>",
"status": "<string>",
"refresh_cache": "<string>",
"status_date": "<string>",
"force": "<string>",
"order": "<string>"
}
'{}