{
  "id": "7c1f0a6e-2f4d-4c5a-9c21-0b8d3a5f1e13",
  "name": "XSelly Open Platform",
  "values": [
    {
      "key": "base_url",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "client_id",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "client_secret",
      "value": "",
      "type": "secret",
      "enabled": true
    },
    {
      "key": "product_id",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "product_variant_id",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "order_id",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "sender_address_id",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "access_token",
      "value": "",
      "type": "secret",
      "enabled": true
    },
    {
      "key": "token_expires_at",
      "value": "0",
      "type": "default",
      "enabled": true
    }
  ],
  "_postman_variable_scope": "environment",
  "_postman_exported_using": "hand-written; see postman/README.md",
  "description": "Fill in base_url with your Open Platform base URL, which is shown in the XSelly app (or ask the XSelly team), then client_id and client_secret for your app. product_variant_id is any product variant id in that app's store, used by Create order and filled in by Product detail; product_id is filled in by List products for Product detail to read; order_id is filled in by Create order for Get order detail to read back, and sender_address_id by List store addresses. access_token and token_expires_at are filled in for you by the collection."
}
