curl --request POST \
--url https://api.myscalev.com/v3/stores/{store_id}/public/cart/merge \
--header 'Authorization: Bearer <token>' \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{}No OAuth machine scope. Public storefront endpoint.
curl --request POST \
--url https://api.myscalev.com/v3/stores/{store_id}/public/cart/merge \
--header 'Authorization: Bearer <token>' \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publishable storefront public API key for the target store.
Store unique_id.
Success
Raw single-resource success payload for v3.