Skip to main content
PATCH
/
v3
/
stores
/
{store_id}
/
public
/
orders
/
{secret_slug}
Update a public storefront order
curl --request PATCH \
  --url https://api.scalev.com/v3/stores/{store_id}/public/orders/{secret_slug} \
  --header 'Content-Type: application/json' \
  --header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>' \
  --data '{}'
{}

Headers

X-Scalev-Storefront-Api-Key
string
required

Publishable storefront public API key for the target store.

Path Parameters

store_id
string
required

Store unique_id.

secret_slug
string
required

Body

application/json

The body is of type object.

Response

Success

Raw single-resource success payload for v3.