Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request POST \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/carts/{id}/fulfillment-preference \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "fulfillment_type": "<string>", "pickup_location_id": "<string>" }'
{ "message": "<string>", "success": true }
Update fulfillment preference
Access token
Cart ID
"collect-in-store"
OK
Was this page helpful?