curl --request PUT \
--url https://api.skulabs.com/order/override \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"store_id": "507f1f77bcf86cd799439011",
"order_number": "<string>",
"stash": {}
}
'{
"success": true
}Override order fields with custom values.
curl --request PUT \
--url https://api.skulabs.com/order/override \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"store_id": "507f1f77bcf86cd799439011",
"order_number": "<string>",
"stash": {}
}
'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Order overridden
Whether the operation succeeded