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": {}
}Requires the store:update machine scope.
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": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Legacy numeric business store ID.
Success with no response body