GET /api/v2/storefront/buyer-instructions
Lists every buyer-instructions row configured on your storefront.
Request
curl
Response
Returns an array of buyer-instructions rows.| Field | Type | Description |
|---|---|---|
[].id | string | Surrogate id (BIGINT serialized as string) |
[].storefrontId | string | Storefront the row belongs to |
[].operatorDomain | string | null | Operator scope, or null to match any |
[].brandDomain | string | null | Brand scope, or null to match any |
[].discountPercent | number | null | Discount off base price, or null |
[].notes | string | null | Freeform composition notes, or null |
[].countries | string[] | null | ISO 3166-1 alpha-2 country filter, or null |
[].createdAt, [].updatedAt | string | ISO 8601 timestamps |
[].createdBy | string | null | Who created the row, when known |
Errors
401 UNAUTHORIZED— missing or invalid bearer token.
Related
Buyer instruction tasks
All buyer-instructions operations.
Create buyer instructions
Add a new scoped row.