Skip to main content
POST
/
v3
/
stores
/
{store_id}
/
bundle-price-options
Attach bundle price options to a business store
curl --request POST \
  --url https://api.myscalev.com/v3/stores/{store_id}/bundle-price-options \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "bpo_ids": [
    123
  ]
}
'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

store_id
integer
required

Legacy numeric business store ID.

Body

application/json
bpo_ids
integer[]
required

Response

Success with no response body