put https://v1/fulfillments/
Updates fulfillment information in the Spresso system
Log in to see full request history
Responses
Updates fulfillment information in the Spresso system
xxxxxxxxxx
curl --request PUT \
--url https://v1/fulfillments/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"status": "order_placed"
}
'
xxxxxxxxxx
{
"data": {},
"message": "string"
}