PUT /api/v2/buyer/storefronts/{storefrontId}/selection-override
Sets the authenticated buyer account’s selection override for one exact
storefront. The caller must have the ADMIN or SUPER_ADMIN account role.
The decision controls selection only. Billing capability, direct-billing
acceptance, and operator authentication belong to activation, so a selected
storefront can still require an activation action before it is usable.
Decisions
DEFAULTremoves the explicit override. Automatic Premium Publisher and market-maker rules determine selection from the buyer account’s current market-and-channel footprint.ALWAYS_INCLUDEselects the exact storefront account-wide while it remains eligible. It does not apply to sibling storefronts owned by the same seller.ALWAYS_EXCLUDEprevents the exact storefront from being selected.
DEFAULT
does not necessarily deselect the storefront; an automatic reason can keep it
selected.
Request
Parameters
Response
200 OK returns the current decision after the update:
DEFAULT returns "decision": "DEFAULT" after deleting the explicit
override.
Errors
400 VALIDATION_ERROR— the storefront ID or decision is invalid.401 UNAUTHORIZED— the bearer token is missing or invalid.403 FORBIDDEN— the caller is not an account administrator.404 NOT_FOUND— the storefront is not visible to this buyer account.
Related
Storefront overview
How availability, selection, activation, and billing readiness differ
Storefront tasks
All storefront operations