Skip to main content
GET
/
buyer-instructions
List buyer-instructions rows
curl --request GET \
  --url https://api.interchange.io/api/v2/storefront/buyer-instructions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "17",
      "storefrontId": "1234",
      "operatorDomain": "<string>",
      "brandDomain": "<string>",
      "discountPercent": 123,
      "notes": "<string>",
      "countries": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "createdBy": "<string>"
    }
  ],
  "total": 4503599627370495
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Response

List buyer-instructions rows

List of buyer-instructions rows for a storefront.

items
object[]
required
total
integer
required
Required range: 0 <= x <= 9007199254740991