Skip to main content
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.
FieldTypeDescription
[].idstringSurrogate id (BIGINT serialized as string)
[].storefrontIdstringStorefront the row belongs to
[].operatorDomainstring | nullOperator scope, or null to match any
[].brandDomainstring | nullBrand scope, or null to match any
[].discountPercentnumber | nullDiscount off base price, or null
[].notesstring | nullFreeform composition notes, or null
[].countriesstring[] | nullISO 3166-1 alpha-2 country filter, or null
[].createdAt, [].updatedAtstringISO 8601 timestamps
[].createdBystring | nullWho created the row, when known

Errors

  • 401 UNAUTHORIZED — missing or invalid bearer token.
See Errors for the full error contract.

Buyer instruction tasks

All buyer-instructions operations.

Create buyer instructions

Add a new scoped row.