Langsung ke konten utama
POST
/
v3
/
stores
/
{store_id}
/
bundle-price-options
Attach bundle price options to a business store
curl --request POST \
  --url https://api.scalev.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": {}
}

Otorisasi

Authorization
string
header
wajib

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

Parameter Path

store_id
integer
wajib

Numeric Scalev store database ID for authenticated business routes.

Contoh:

3288

Body

application/json
bpo_ids
integer[]
wajib

Respons

Success with no response body